Release 10.1A: OpenEdge Data Management:
SQL Development


Affecting what the optimizer produces

The query plan produced by the optimizer is determined by optimizer algorithms and by:

The SQL statement itself is of utmost importance. The predicates from the WHERE clause form the basis for estimating how much data will be read for each table, and how much data each join will produce. Supplying as many precise and accurate predicates as possible is vital to good optimization.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095